home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / pcbslots.zip / PCBSLOTS.DOC < prev    next >
Text File  |  1987-09-03  |  5KB  |  108 lines

  1.  
  2.                         PCBSlots V2.0 Documentation
  3.  
  4.                    By Jeff Jones - The Forbidden Zone BBS
  5.  
  6.                     (312) 284-6601 / 1200/2400 Baud Only
  7.  
  8.  
  9. ===[ About PCBSlots ]========================================================
  10.  
  11.     PCBSlots is a nice Slot Machine Door game.  It will allow the users to
  12. play the game and try to out-do the other users.  It won't cheat the users,
  13. or anything like that.  So there is no reason to worry about it...  There
  14. isn't much to say about it, other than try it out, and please call me to
  15. let me know what you think.
  16.  
  17.  
  18. ---[ FILES THAT YOU SHOULD HAVE GOTTEN ]-------------------------------------
  19.     
  20.                 PCBSLOTS.EXE  > The Main Door program file.
  21.                 PCBSLOTS.CFG  > The Configuration file for PCBSlots.
  22.                 PCBSLOTS.SCR  > The Score Board - Will be created itself.
  23.                 PCBSLOTS.     > The Door Batch File - To Bring up PCBSlots.
  24.                 PCBSLOTS.DOC  > This Cheap Documentation.
  25.                      TFZ.DOC  > My BBS Advertizement.
  26.  
  27.  
  28. ---[ LIMITED SOFTWARE LISCENCE ]---------------------------------------------
  29.  
  30.     There is no fee required as of yet to use PCBSlots.  All i ask is that
  31. you call my board (The Forbidden Zone), and let me know how you like the
  32. program - please leave the comment in the sysop's support conference.  
  33.  
  34.     This program is provided by an AS IS basis.  I can not take no
  35. responsibility for any system crashes that may occur - although none should,
  36. this progran does not write to your users file, or any other data file.  It
  37. just reads from the PCBOARD.SYS and PCBOARD.DAT (If the user is at 9600 Baud)
  38.  
  39.  
  40. ---[ WHAT THE CONFIGURATION FILE *MUST* CONTAIN ]----------------------------
  41.  
  42.     You must have the following information in your configuration file,
  43. on the correct line or your program will not run.
  44.  
  45.  Line 1:  COM1               --> The Com port that this copy of VOTEDOOR will
  46.                                  be run from.  "COM1" or "COM2" *ONLY*
  47.  Line 2:  D:\BBS\PCBOARD.SYS --> The location of your PCBOARD.SYS file.
  48.  Line 3:  The Forbidden Zone --> The Name of your BBS.
  49.  
  50. You may name your configuration file anything you like, but the configuration
  51. file must be in the same directory as the main EXE file.
  52.  
  53.  
  54. ---[ THE DOOR BATCH FILE ]---------------------------------------------------
  55.  
  56.     In order to run this program as a Door you must add a line to your
  57. DOORS.DAT file containing the name, password, and security for this door.
  58. Then you must create a batch file in your PCBOARD.EXE default directory that
  59. will load the Door then return the user back to PCBoard.
  60.  
  61. Here is an example of a file - name "PCBSLOTS.":
  62.  
  63. Echo Off                       --> Turns the ECHO OFF
  64. C:                             --> Switches to drive C:
  65. CD\BBS\DOORS\VOTEDOOR          --> Goes to the directory containing this Door
  66. PCBSlots PCBSlots.cfg /NETWORK --> Loads VOTEDOOR.  You must specify the
  67.                                    name of the configuration file, and if you
  68.                                    are going to run this Door in a network
  69.                                    environment.  In this example "Votedoor.cfg"
  70.                                    is the name of the config file and /NETWORK
  71.                                    means that it is running in a Network
  72.                                    environment.  Leave /NETWORK out if you are
  73.                                    not running in a network environment.
  74. CD\BBS                         --> Switch back to the \BBS directory
  75. D:                             --> Switch to drive D:
  76. CD \BBS                        --> Goto the directory containing PCBoard.
  77. Echo On                        --> Turn ECHO back ON
  78. Board                          --> Load PCBoard.
  79.  
  80.  
  81. -----------------------------------------------------------------------------
  82.  
  83. I would like to thank Clint Labarthe for writing DOORPATCH V2.4 so I didn't
  84. have to spend the time writing my own I/O routines.  This saved me time,
  85. so Thanks a lot Clint!
  86.  
  87. if you have any problems/questions on the code then call my BBS, it was
  88. listed above.
  89.  
  90.  
  91. -----------------------------------------------------------------------------
  92.  
  93. I would like to thank MEMORY TURNER (That's his real name) for helping me
  94. to distribute the code, and for Beta Testing it.  His BBS number is:
  95.  
  96.                    >>> Turner Technologies BBS <<<
  97.                     312-593-6473 - 3/12/2400 Baud
  98.  
  99.  
  100. -----------------------------------------------------------------------------
  101.  
  102. PCBSlots is now 100% Network supportive (I hope).  If you see any bugs in the
  103. program please let me know.. 
  104.  
  105. My next project will be to add a "Smart Script Questionnaire" type system
  106. to my previous Door - VoteDoor.  So watch for this new development!
  107.  
  108.